|
Cytosim
PI
Cytoskeleton Simulator
|
Functions to handle UNIX-like directory paths.
Functions | |
| std::string | get_dir () |
| return path to current working directory | |
| int | change_dir (std::string const &path) |
| change current working directory | |
| std::string | dir_part (std::string const &path) |
| extract the directory part from the given path | |
| std::string | file_part (std::string const &path) |
| extract the file part from the given path | |
| std::string | full_name (std::string const &dir, std::string const &file) |
| complete the file name using the given directory | |